CanRemove Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
Determines whether the item at the specified can be removed from the collection.
public override bool CanRemove(
int
)
'Declaration
Public Overrides Function CanRemove( _
ByVal As Integer _
) As Boolean
Parameters
- index
- The index of the item that would be removed.